home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 2614.ZIP / 50ERRS.ZIP / S87INSTL.BAT < prev   
DOS Batch File  |  1990-11-27  |  288b  |  9 lines

  1. echo This DOS batch file will compile individually the three source
  2. echo code files supplied and then link them together creating one
  3. echo executable file: S87DEMO.EXE.
  4. echo
  5. clipper s87ermap /n/w/a
  6. clipper s87ersys
  7. clipper s87demo
  8. rtlink fi s87demo,s87ermap,s87ersys out s87demo
  9.